Dynamic Execution - vertaling naar spaans
Diclib.com
Woordenboek ChatGPT
Voer een woord of zin in in een taal naar keuze 👆
Taal:

Vertaling en analyse van woorden door kunstmatige intelligentie ChatGPT

Op deze pagina kunt u een gedetailleerde analyse krijgen van een woord of zin, geproduceerd met behulp van de beste kunstmatige intelligentietechnologie tot nu toe:

  • hoe het woord wordt gebruikt
  • gebruiksfrequentie
  • het wordt vaker gebruikt in mondelinge of schriftelijke toespraken
  • opties voor woordvertaling
  • Gebruiksvoorbeelden (meerdere zinnen met vertaling)
  • etymologie

Dynamic Execution - vertaling naar spaans

CPU PARADIGM IN WHICH A PROCESSOR EXECUTES INSTRUCTIONS IN AN ORDER BASED ON AVAILABILITY OF INPUT DATA/EXECUTION UNITS RATHER THAN ORIGINAL ORDER IN A PROGRAM, THUS AVOIDING IDLENESS WHILE WAITING FOR THE PRECEDING INSTRUCTION TO COMPLETE
Decoupled architecture; Out of Order execution; Out of order execution; Decoupled Architecture; OOOE; Oooe; OoOE; Out-of-order code execution; OOE; Dynamic execution; In-order processor; Out-of-order microprocessor; Out-of-order processor; Out-of-order CPU; Instruction dispatch

Dynamic Execution         
Ejecución Dinámica
dynamic analysis         
METHOD OF ANALYSING THE IMPACT OF FISCAL POLICY CHANGES BY FORECASTING THE EFFECTS OF ECONOMIC AGENTS' REACTIONS TO INCENTIVES CREATED BY POLICY
Dynamic analysis
análisis dinámico (examinación de cambios y nuevas orientaciones)
dynamic         
RECORD LABEL
DYNAMIC
(adj.) = dinámico
Ex: A data base must respond to a dynamic reality in which terms, 'strain, crack and sometimes break under the burden, under the tension, slip, slide, perish, decay with imprecision, will not stay in place, will not stay still".
----
* haemodynamic [hemodynamic, -USA] = hemodinámico
* hydrodynamic = hidrodinámico
* psychodynamic = sicodinámico
* thermodynamic = termodinámico

Definitie

ejecución
Derecho.
Procedimiento judicial, con embargo y venta de bienes para pago de deudas.

     Ver: trabar ejecución
     Ver: traer aparejada ejecución

Wikipedia

Out-of-order execution

In computer engineering, out-of-order execution (or more formally dynamic execution) is a paradigm used in most high-performance central processing units to make use of instruction cycles that would otherwise be wasted. In this paradigm, a processor executes instructions in an order governed by the availability of input data and execution units, rather than by their original order in a program. In doing so, the processor can avoid being idle while waiting for the preceding instruction to complete and can, in the meantime, process the next instructions that are able to run immediately and independently.